Fix save/restore on 64-bit.
authorsmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Wed, 29 Mar 2006 17:07:36 +0000 (18:07 +0100)
committersmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Wed, 29 Mar 2006 17:07:36 +0000 (18:07 +0100)
Signed-off-by: Steven Hand <steven@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/reboot.c

index f0f1d803a56abb4b33c3558271f974676e05b1ab..828d287f3e92dc3190e0ce438c02f62156ab1a11 100644 (file)
@@ -114,8 +114,8 @@ static int __do_suspend(void *ignore)
 
 #ifdef __i386__
        kmem_cache_shrink(pgd_cache);
-       mm_pin_all();
 #endif
+       mm_pin_all();
 
        __cli();
        preempt_enable();